ComponentOne FinancialChart for WPF
Create(Func<Object,Type,Object,CultureInfo,Object>) Method
Example 



C1.WPF Namespace > CustomConverter Class > Create Method : Create(Func<Object,Type,Object,CultureInfo,Object>) Method
The converter function. (value, type, parameter, culture)
Creates the specified converter function.
Syntax

Parameters

converterFunction
The converter function. (value, type, parameter, culture)

Return Value

The converted value
Example
var converter = CustomConverter.Create((value, type, parameter, culture)=>
{
    return; //Put the converter code here
});
See Also

Reference

CustomConverter Class
CustomConverter Members
Overload List